Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |raw_command

process/command::|raw_command


Usage

|raw_command(line)

Parameters

↳ line: string

Return

Option<Command>


Parse a single shell-quoted command line into a Command.

Returns None if line cannot be parsed as a valid shell command (e.g. unmatched quotes).